home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15515 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  858 b 

  1. Path: news1.hk.linkage.net!news
  2. From: budlo@bud.com (Bud Lo)
  3. Newsgroups: alt.msdos.programmer,comp.lang.c
  4. Subject: DOS doesn't expands wildcard argument...!
  5. Date: Fri, 19 Apr 1996 15:49:32 GMT
  6. Organization: LinkAGE Online Limited
  7. Message-ID: <3177b1d9.14121359@news.hk.linkage.net>
  8. NNTP-Posting-Host: ppp07.netfront.net
  9. X-Newsreader: Forte Agent .99d/32.168
  10.  
  11. hello...
  12.  
  13. i've written a C program and compiled both a Unix and DOS version,
  14. the Unix version correctly expands its wildcard argument  like *.jpg 
  15. into its constituent files while the DOS version do nothing...
  16. Can anyone suggest solution to make it work in DOS...
  17.  
  18. (i know that the Unix's shell do the work of wildcard expansion
  19. before passing them to my program, and observing this behaviors 
  20. in DOS, does it imply that command.com simply leave this task to 
  21. programmer???)
  22.  
  23. thanks a lot..
  24.  
  25. Herman
  26.